GUI Help > Other > createImageList

createImageList
createImageList int width, int height

Description:
Creates an image list. Image lists are an array of icons which are used with Treeview and Listview gadgets. All the icons in the image list may be the same size. You can add items to image lists from bitmap files or DBPro images.

Return Value:


Parameters:
width The width of icons in the image list.
height The height of icons in the image list.
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)